home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-07-30 | 1.3 KB | 50 lines |
- #!smake
- # Makefile for making an xhelp book
- #
- # To build the xhelp book issue the command 'make xhelp'.
- # To build the inst images for the book issue the command 'make images'.
- #
- # The TITLE Variable
- #
- # TITLE defines the short title of the book and should be a representative
- # name for the application the help documents. The XHELP SGML file will
- # be then be called ${TITLE}.sgm.
- #
- # This title must be a valid directory name and not contain any special
- # characters - like '.' Do not have a trailing space on the TITLE line.
- #
- # TITLE = SiliconSurf
-
- TITLE =
-
- # The FULL_TITLE Variable
- #
- # FULL_TITLE defines the full title for the help book as it should appear
- # next to the icon on an InSight bookshelf.
- #
- # FULL_TITLE = Silicon Surf Help Book
-
- FULL_TITLE =
-
- # The VERSION Variable
- #
- # VERSION defines the version number for this release of the product
- # and is displayed when the 'Product Info' item off the 'Help' menu is
- # selected.
- #
- # VERSION = 1.0
-
- VERSION =
-
- # The HIDDEN Variable
- #
- # HIDDEN defines whether this book will be displayed when this book
- # is accessed via the InSight library browser rather than the SGIHelp
- # browser from the application. The default is to keep the book hidden.
- # To change from the default uncomment the following line:
- #
- # HIDDEN = FALSE
-
- include ${ROOT}/usr/include/make/commonhelpdefs
- include ${COMMONHELPRULES}
-